home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETTIGER.IN_ / nettiger.inf
Encoding:
Windows Setup INFormation  |  1999-10-19  |  4.0 KB  |  122 lines

  1. ;
  2. ; Tiger Jet Network PCI 128K ISDN INF for WAN Miniport Drivers
  3. ; Revised 9-27-98
  4.  
  5. [version]
  6. Signature  = "$Windows NT$"
  7. Class      = Net
  8. ClassGUID  = {4D36E972-E325-11CE-BFC1-08002BE10318}
  9. Provider   = %V_TJ%
  10. LayoutFile = layout.inf
  11. DriverVer=10/19/1999,5.0.1987.1
  12.  
  13. [Manufacturer]
  14. %V_TJISDN% = TJISDN
  15.  
  16. [ControlFlags]
  17. ExcludeFromSelect = PCI\VEN_E159&DEV_0001&SUBSYS_00010059
  18. ExcludeFromSelect = PCI\VEN_E159&DEV_0001&SUBSYS_00030059
  19.  
  20. [TJISDN]
  21. %TJISDN1ST.DeviceDesc% = TJISDN1ST.ndi, PCI\VEN_E159&DEV_0001&SUBSYS_00010059
  22. %TJISDN1U.DeviceDesc% = TJISDN1U.ndi, PCI\VEN_E159&DEV_0001&SUBSYS_00030059
  23.  
  24. ;****************************************************************************
  25. ; NT main sections
  26. ;****************************************************************************
  27. [TJISDN1ST.ndi.NT]
  28. BusType     = 5
  29. AddReg      = TJISDN.Gen.Params, TJISDN.ndis.reg
  30. Characteristics = 0x84  ;NCF_PHYSICAL | NCF_HAS_UI
  31. CopyFiles=TJISDN.CopyFiles
  32.  
  33. [TJISDN1U.ndi.NT]
  34. BusType     = 5
  35. AddReg      = TJISDN.Gen.Params, TJISDN.ndis.reg
  36. Characteristics = 0x84  ;NCF_PHYSICAL | NCF_HAS_UI
  37. CopyFiles=TJISDN.CopyFiles
  38.  
  39. [TJISDN1ST.ndi.NT.Services]
  40. AddService = TJISDN, 2, TJISDN.Service, common.EventLog
  41.  
  42. [TJISDN1U.ndi.NT.Services]
  43. AddService = TJISDN, 2, TJISDN.Service, common.EventLog
  44.  
  45. ;****************************************************************************
  46. ; NT Base Section
  47. ;****************************************************************************
  48. [TJISDN.ndis.reg]
  49. HKR, Ndi,       Service,    0, "TJISDN"
  50. ; NT reg
  51. HKR, Ndi\Interfaces,            DefUpper,   0, "ndiswan"
  52. HKR, Ndi\Interfaces,            DefLower,   0, "isdn"
  53. HKR, Ndi\Interfaces,            UpperRange, 0, "ndiswan"
  54. HKR, Ndi\Interfaces,            LowerRange, 0, "isdn"
  55.  
  56. ; ISDN information
  57. HKR, ,   WanEndPoints,           0x00010001, 2
  58. HKR, ,   IsdnNumDChannels,       0x00010001, 1
  59. HKR, ,   IsdnAutoSwitchDetect,   0x00010001, 1
  60. HKR, ,   IsdnSwitchTypes,        0x00010001, 0x0000009f 
  61. ; Support AUTO, ATT, NI1, NORTH, NTT, ESSD
  62.  
  63. HKR, 0,  IsdnNumBChannels,           0x00010001, 2
  64. HKR, 0,  IsdnMultiSubscriberNumbers,     0x00010000, ""
  65.  
  66. ;****************************************************************************
  67. ; General Params
  68. ;****************************************************************************
  69. [TJISDN.Gen.Params]
  70. HKR, , BoardType, , "TJISDN"
  71. HKR, , BoardName, , "TJISDN"
  72. HKR, , MediaType, , "ISDN"
  73. HKR, , AudioType, , "0"    ; U-Law
  74. ;HKR, , AudioType, , "1" ; A-Law
  75.  
  76. ;****************************************************************************
  77. ; NT Install/Remove Section
  78. ;****************************************************************************
  79. [TJISDN.CopyFiles]
  80. tjisdn.sys,,,2        ; The name of the driver
  81.  
  82. ;****************************************************************************
  83. ; NT Service Section
  84. ;****************************************************************************
  85.  
  86. [TJISDN.Service]
  87. DisplayName = %TJISDN.DeviceDesc%
  88. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  89. StartType       = 3 ;%SERVICE_DEMAND_START%
  90. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  91. ServiceBinary   = %12%\tjisdn.sys
  92. LoadOrderGroup  = NDIS
  93.  
  94. [common.EventLog]
  95. AddReg = common.AddEventLog.reg
  96.  
  97. [common.AddEventLog.reg]
  98. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  99. HKR, , TypesSupported,   0x00010001, 7
  100.  
  101.  
  102. ;****************************************************************************
  103. ; Destination Directories
  104. ;****************************************************************************
  105. [DestinationDirs]
  106. TJISDN.CopyFiles = 12   ; drivers directory
  107.  
  108. ;****************************************************************************
  109. ; Localizable Strings
  110. ;****************************************************************************
  111. [strings]
  112. ; Provider
  113. V_TJ="Tiger Jet Network Inc."
  114.  
  115. ; Manufacturers
  116. V_TJISDN="Tiger Jet Network Inc."
  117.  
  118. ; Device Descriptions
  119. TJISDN1ST.DeviceDesc="Tiger Jet PCI 128K ISDN-S/T Adapter"
  120. TJISDN1U.DeviceDesc="Tiger Jet PCI 128K ISDN-U Adapter"
  121.  
  122.